home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GAMES / CHEAT / CheatMake / !CheatMake / Resources / Docs / ChtMk I < prev    next >
Text File  |  1995-07-15  |  826b  |  30 lines

  1. Description of a CheatMaker Format I cheat file
  2. © 1995 by Christian Kohlschütter
  3. The modules created with CheatMaker in this format are FREEWARE and may be
  4. freely distributed.
  5.  
  6. +&2c pointer to data table plus BCD version number in top 8 bits
  7.      (eg &71xxxxxx for v1.13), or &64000000 for no cheats
  8. +&30 pointer to key descriptions
  9. +&34 pointer to info header
  10. +&38 pointer to help text, or 0
  11.  
  12.  
  13. Data table (VALUES ARE NOT WORD ALIGNED!!!)
  14.  
  15. Repeat
  16. Byte: Cheat number (0-35, 0=0, 10=A, 35=Z)
  17.  
  18. Repeat
  19. Byte: Address number of cheat (0-31)
  20. Word: Address
  21. Word: Value
  22. Byte: SetMode: 0=set, 1=add, 2=sub, 3=OR, 4=AND, 5=EOR
  23. Byte: Byte (1) or Word (0) flag
  24. Word: "Execute only" address, if 0: Execute always
  25. Word: "Execute only" value
  26. Byte: Byte (1) or Word (0) flag
  27. Until terminated with word -1
  28.  
  29. Until terminated with word &deaddead
  30.